don't "corrupt" all iterators by reversing the list after adding the
authorKristian Rietveld <kris@imendio.com>
Mon, 8 Oct 2007 12:44:35 +0000 (12:44 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Mon, 8 Oct 2007 12:44:35 +0000 (12:44 +0000)
commit94680cbffc1670e1fd0ebb2a3a9895eac08b1b04
treea2b1b85c24b75ffbc55db1f943f566128cc34448
parentaed59b3ea9a3a145752fa2d07281b2b23528c0ce
don't "corrupt" all iterators by reversing the list after adding the

2007-10-08  Kristian Rietveld  <kris@imendio.com>

* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
(get_children_get_folder_cb): don't "corrupt" all iterators by
reversing the list after adding the items.  Reversing the list isn't
needed anyway as the order of the items in the model does not matter.
(Fixes #327243, comment 10).

svn path=/trunk/; revision=18891
ChangeLog
gtk/gtkfilesystemmodel.c